%9-5  һаɫͼΣøµĬֵ

>> whitebg('w') %create a figure with a white color scheme
set(0,'DefaultAxesColorOrder',[0 0 0],...
      'DefaultAxesLineStyleOrder','-|--|:|-.')
>> Z = peaks; plot(1:49,Z(4:7,:))
>>
